SPREAD for WPF 4.0J - GcSpreadSheet
ExportExtensionData メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.IO.Exchangeable 名前空間 > IExtension<T> インターフェース : ExportExtensionData メソッド
XMLライターを示す System.Xml.XmlWriter オブジェクト。
エクスポートコンテキストを示す GrapeCity.Spreadsheet.IO.OpenXml.ExportContext オブジェクト。
拡張のプロバイダーを示す IExtensibleObject<T> オブジェクト。
拡張の識別子を表すSystem.Guid値。
拡張データをエクスポートします。
シンタックス
'宣言
 
Sub ExportExtensionData( _
   ByVal writer As System.Xml.XmlWriter, _
   ByVal context As ExportContext, _
   ByVal extensibleObject As IExtensibleObject(Of T), _
   ByVal key As System.Guid _
) 
void ExportExtensionData( 
   System.Xml.XmlWriter writer,
   ExportContext context,
   IExtensibleObject<T> extensibleObject,
   System.Guid key
)

パラメータ

writer
XMLライターを示す System.Xml.XmlWriter オブジェクト。
context
エクスポートコンテキストを示す GrapeCity.Spreadsheet.IO.OpenXml.ExportContext オブジェクト。
extensibleObject
拡張のプロバイダーを示す IExtensibleObject<T> オブジェクト。
key
拡張の識別子を表すSystem.Guid値。
参照

IExtension<T> インターフェース
IExtension<T> メンバ